* gtk_file_chooser_set_choice:
* @chooser: a #GtkFileChooser
* @id: the ID of the choice to set
- * @selected: the ID of the option to select
+ * @option: the ID of the option to select
*
* Selects an option in a 'choice' that has been added with
* gtk_file_chooser_add_choice(). For a boolean choice, the
/**
* gtk_file_filter_to_gvariant:
- * @settings: a #GtkFileFilter
+ * @filter: a #GtkFileFilter
*
* Serialize a file filter to an a{sv} variant.
*
GDK_AVAILABLE_IN_3_22
GtkPaperSize *gtk_paper_size_new_from_gvariant (GVariant *variant);
GDK_AVAILABLE_IN_3_22
-GVariant *gtk_paper_size_to_gvariant (GtkPaperSize *size);
+GVariant *gtk_paper_size_to_gvariant (GtkPaperSize *paper_size);
G_END_DECLS